home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / imm / db / db.dir / 00207.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  261 b   |  17 lines

  1. on mouseUp
  2.   global cd, pathSeparator
  3.   go(1, cd & pathSeparator & "IMM" & pathSeparator & "home.dir")
  4. end
  5.  
  6. on mousewithin
  7.   nothing()
  8. end
  9.  
  10. on mouseenter
  11.   set the text of cast "rolltext" to "HOME"
  12. end
  13.  
  14. on mouseexit
  15.   set the text of cast "rolltext" to " "
  16. end
  17.